Auto merge of #3854 - tee-too:fix-3499, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 4 Apr 2017 18:01:01 +0000 (18:01 +0000)
committerbors <bors@rust-lang.org>
Tue, 4 Apr 2017 18:01:01 +0000 (18:01 +0000)
Add `[target.'cfg(...)']` syntax for rustc(doc)flags in .cargo/config

Allow to use the Rust `cfg(...)` syntax to configure rust(doc)flags.
The flags are concatenated when a build matches several `cfg`, or
several `cfg` and a $triple.

Fix #3499.


Trivial merge